home *** CD-ROM | disk | FTP | other *** search
/ Freelog 22 / freelog 22.iso / Prog / Djgpp / RHIDE14B.ZIP / contrib / rhide-1.4 / edit_ch.log < prev    next >
Encoding:
Text File  |  1997-10-01  |  4.9 KB  |  137 lines

  1. 03.12.1996: Bug fixed: In the undo due to a report of Artur Zaroda.
  2.  
  3. 03.12.1996: Bug fixed: In the update of the selected area when the
  4.             selection started at the begining of the edited line.
  5.  
  6. 03.12.1996: Added: Now the editor supports lines with \n, \r, \r\r\n,
  7.             etc as end of line.
  8.  
  9. 03.12.1996: Modified: When the mouse selection starts in a tab the
  10.             tab is included (NIK's idea).
  11.  
  12. 04.12.1996: Modified: Now in non-persistent mode the pasted text
  13.             isn't selected to allow multiple pastes (Yamaha's idea).
  14.  
  15. 05.12.1996: Bug fixed: When using the scroll bar the editor failed
  16.             to update the screen :-P (Reported by NIK).
  17.  
  18. 05.12.1996: Bug fixed: When typing characters the editor didn't
  19.             update the X limit (Reported by NIK).
  20.  
  21. 07.12.1996: Bug fixed: When pasting text that had tabs.
  22.  
  23. 07.12.1996: Modified: Now the undo restore tabs in the undo of insert.
  24.  
  25. 07.12.1996: Added: New mode called Optimal Fill to use tabs instead
  26.             of spaces to fill holes (Reported by Leon and NIK).
  27.  
  28. 07.12.1996: Added: An string opened in one line must be closed some
  29.             where or the whole code is an string, GCC suppose that.
  30.  
  31. 07.12.1996: Added: Support for ull,lul,llu,ll,lu,etc modifiers.
  32.  
  33. 08.12.1996: Added: Now the Compact Buffer doesn't affect the strings
  34.             and comments (NIK's idea).
  35.  
  36. 08.12.1996: Modified: The Jump to Function list now isn't case
  37.             sensitive.
  38.  
  39. 09.12.1996: Bug fixed: When deleting the fisrt tab in a line.
  40.  
  41. 09.12.1996: Version 0.2.16 sent to Robert.
  42.  
  43. 10.12.1996: Bug fixed: In the undo due to a report of Artur.
  44.  
  45. 10.12.1996: Bug fixed: When using find the undo doesn't work.
  46.  
  47. 11.12.1996: Diffs  sent to Robert.
  48. ----------------------------------------------------------------------
  49.  
  50. 18.12.1996: ^KC now doesn't touch the clipboard. (Reported by Laszlo)
  51.  
  52. 29.12.1996: Bug fixed: When typing outside the visible window.
  53.             (reported by Artur).
  54.  
  55. 29.12.1996: Modified: Now when resizing the window the cursor still
  56.             visible. (reported by Artur).
  57.  
  58. 29.12.1996: Modified: Now InfView doesn't add extra entries in the
  59.             history when searching across files. (reported by Artur).
  60.  
  61. 29.12.1996: Bugs Fixed: With \ inside of chars and reserved words.
  62.             (fixed by Robert).
  63.  
  64. 29.12.1996: Bug Fixed: In the update of the selected area when
  65.             backspace deleted across an end of the selected area.
  66.  
  67. 29.12.1996: Bug Fixed: In the Search dialog in the input line
  68.             pressing the left arrow the dialog ever got a char
  69.             from the editor.
  70.  
  71. 04.01.1997: Added: In InfView: now the selection disapears when we
  72.             change of topic.
  73.  
  74. 04.01.1997: Added: In InfView: Selection in reverse direction.
  75.  
  76. 04.01.1997: Modidied: In InfView: The behaviour of End.
  77.  
  78. 04.01.1997: Added: In InfView: Selection with End,Home,Page Up and
  79.             Page Down.
  80.  
  81. 04.01.1997: Added: In InfView: Mouse selection.
  82.  
  83. 08.01.1997: Modified: Now the colors are cached to speed up the draw
  84.             (Robert's idea).
  85.  
  86. 08.01.1997: Bug Fixed: In the paint of preprocessor lines, this bug
  87.             generated an asertion when editing the limits.h file line
  88.             30.
  89.  
  90. 09.01.1997: Bug Fixed: Pascal doesn't support u,U,l and L modifiers.
  91.             (by Robert).
  92.  
  93. 09.01.1997: Added: Support for hexa-numbers like that: 0x0000012345678
  94.             that previously were taked as wrong values (reported by
  95.             Robert).
  96.  
  97. 09.01.1997: Added: In InfView: Support for files without Tag Table
  98.             (just plain text files with delimiters 0x1F).
  99.  
  100. 10.01.1997: Added: In InfView: Better support for Tabs.
  101.  
  102. 10.01.1997: Added: In InfView: Ported to Linux (no shift arrows,
  103.             double click emulated).
  104.  
  105. 10.01.1997: Bug Fixed: Now the items in the first line below the Menu
  106.             entry is taked in count.
  107.  
  108. 10.01.1997: Added: In InfView: A dialog to choose any node of the file.
  109.  
  110. 12.01.1997: Bug Fixed: when typing in the last column a character that
  111.             produces a change in the highlight.
  112.  
  113. 12.01.1997: Bug Fixed: when selecting a preprosessor line that is the
  114.             end of a multiline comment.
  115.  
  116. 12.01.1997: Version 0.2.17 sent to Robert.
  117. ----------------------------------------------------------------------
  118.  
  119. 24.01.1997: Bug Fixed: When pasting in the last line of the text.
  120.  
  121. 25.01.1997: Modified: Now ^KL moves the cursor to the start of the
  122.             line (Laszlo's idea).
  123.  
  124. 25.01.1997: Added: Now the replace input in the S&R dialog is piped to
  125.             the text as the search was (Laszlo's idea).
  126.  
  127. 26.01.1997: Fixes in the update of the selected area.
  128.  
  129. 29.01.1997: Bug Killed: In the draw of the last line when Transparent
  130.             block is on and the line is preprocessor + comments.
  131.  
  132. 01.02.1997: Fixes in the update of the selected area.
  133.  
  134. 02.02.1997: Modified: Now the "Jump to function" dialog supports Zoom.
  135.  
  136. 04.02.1997: Version 0.2.18 sent to Robert.
  137.